ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / BollingerBands<T> Class / Multiplier Property

In This Topic
    Multiplier Property (BollingerBands<T>)
    In This Topic
    Gets or sets the standard deviation multiplier.
    Syntax
    'Declaration
     
    Public Property Multiplier As Double
    public double Multiplier {get; set;}
    See Also